Machine Learning Cheat Sheet: Classical equations, diagrams and tricks in machine learning by Zhang Wei
Author:Zhang, Wei [Zhang, Wei]
Language: eng
Format: epub
Publisher: UNKNOWN
Published: 2020-03-21T16:00:00+00:00
Fig. 10.1: (a) A simple DAG on 5 nodes, numbered in topological order. Node 1 is the root, nodes 4 and 5 are
the leaves. (b) A simple undirected graph, with the following maximal cliques: 1,2,3, 2,3,4, 3,5. 55
10.2 Examples
p
(
x
h
|
x
v
,
θ
) =
p(xh ,xv |θ)= p(xh ,xv |θ) ∑x′ p(x′ ,xv |θ)(10.7) p(xv |θ)h h
10.2.1 Naive Bayes classifiers
Fig. 10.2: (a) A naive Bayes classifier represented as a DGM. We assume there are D = 4 features, for
simplicity. Shaded nodes are observed, unshaded nodes are hidden. (b) Tree-augmented naive Bayes classifier for
D = 4 features. In general, the tree topology can change depending on the value of y.
Sometimes only some of the hidden variables are of interest to us. So let us partition the hidden variables into query variables, xq , whose value we wish to know, and the remaining nuisance variables, xn , which we are not interested in. We can compute what we are interested in by marginalizing out the nuisance variables:
p(xq |xv ,θ) =∑p(xq ,xn |xv ,θ) (10.8) x n
10.4 Learning
MAP estimate:
ˆ N
θ = arg max∑logp(xi,v |θ) +logp(θ) (10.9) θ i=1
10.4.1 Learning from complete data 10.2.2 Markov and hidden Markov models
Fig. 10.3: A first and second order Markov chain.
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Algorithms of the Intelligent Web by Haralambos Marmanis;Dmitry Babenko(8332)
Test-Driven Development with Java by Alan Mellor(6995)
Data Augmentation with Python by Duc Haba(6915)
Principles of Data Fabric by Sonia Mezzetta(6651)
Learn Blender Simulations the Right Way by Stephen Pearson(6559)
Microservices with Spring Boot 3 and Spring Cloud by Magnus Larsson(6422)
Hadoop in Practice by Alex Holmes(5973)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5828)
RPA Solution Architect's Handbook by Sachin Sahgal(5816)
The Infinite Retina by Robert Scoble Irena Cronin(5515)
Big Data Analysis with Python by Ivan Marin(5494)
Life 3.0: Being Human in the Age of Artificial Intelligence by Tegmark Max(5181)
Pretrain Vision and Large Language Models in Python by Emily Webber(4456)
Infrastructure as Code for Beginners by Russ McKendrick(4241)
Functional Programming in JavaScript by Mantyla Dan(4057)
The Age of Surveillance Capitalism by Shoshana Zuboff(3979)
WordPress Plugin Development Cookbook by Yannick Lefebvre(3950)
Embracing Microservices Design by Ovais Mehboob Ahmed Khan Nabil Siddiqui and Timothy Oleson(3751)
Applied Machine Learning for Healthcare and Life Sciences Using AWS by Ujjwal Ratan(3725)
